Skip to content

chore: add AGENTS file with opencode skills#3484

Open
vprothais wants to merge 14 commits intoouds/mainfrom
ouds/main-vp-claude-agent-file
Open

chore: add AGENTS file with opencode skills#3484
vprothais wants to merge 14 commits intoouds/mainfrom
ouds/main-vp-claude-agent-file

Conversation

@vprothais
Copy link
Copy Markdown
Collaborator

@vprothais vprothais commented Apr 2, 2026

Types of change

  • Non-breaking change
  • Breaking change (fix or feature that would change existing functionality and usage)

Related issues

Closes #

Context & Motivation

Add AGENTS.md and some context files to help Agentic AI to understand the project.
Add a skill for opencode to validate tokens usages in components

Checklists

  • I have read the contributing guidelines
  • My change follows the developer guide
  • My change pass all tests
  • My change is compatible with a responsive display
  • I have added tests (Javascript unit test or visual) to cover my changes
  • My change introduces changes to the documentation that I have updated accordingly
    • Title and DOM structure is correct
    • Links have been updated (title changes impact links)
    • CSS for the documentation
  • I have checked all states and combinations of the component with my change
  • I have checked all the impacts for the other components and core behavior (grid, reboot, utilities)

Checklist (for Core Team only)

  • The changes need to be in the migration guide
  • The changes are well displayed in Storybook (be careful if example order has changed for DSM)
  • The changes are compatible with RTL
  • Manually test browser compatibility with BrowserStack (Chrome 120, Firefox 121, Edge 120, Safari 15.6, iOS Safari, Chrome & Firefox on Android)

Progression (for Core Team only)

Live previews

@boosted-bot boosted-bot moved this from In Progress / Draft to Need Dev Review in 🟣 [Orange-Boosted-Bootstrap] PRs Board Apr 2, 2026
@vprothais vprothais changed the title Ouds/main vp claude agent file chore: add AGENTS file with opencode skills Apr 2, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 2, 2026

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit bc7b416
🔍 Latest deploy log https://app.netlify.com/projects/boosted/deploys/69ce7047cfcd5f00086a981c
😎 Deploy Preview https://deploy-preview-3484--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI review requested due to automatic review settings April 2, 2026 12:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds AI/agent-facing documentation and an OpenCode skill to help automated agents understand the OUDS Web repository and validate design token usage.

Changes:

  • Add AGENTS.md as a root entry point describing architecture, tokens, conventions, and workflows for AI agents.
  • Add .ai/ extended documentation set (tokens, components, conventions, accessibility, troubleshooting, etc.).
  • Add an OpenCode skill (.opencode/skills/token-validation/) to audit SCSS component token usage and common anti-patterns.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
AGENTS.md Root AI-agent context doc and master index for repo structure, tokens, conventions, and workflow
.opencode/skills/token-validation/SKILL.md OpenCode skill documentation for cross-brand token presence + SCSS anti-pattern checks
.ai/README.md Index/entry guidance for the .ai/ documentation set
.ai/QUICK_LOOKUP.md Routing table to direct agents to the right doc/section for a topic
.ai/DECISION_TREES.md Decision trees for code placement, token selection, multi-brand updates, and testing strategy
.ai/GLOSSARY.md Glossary of project terms and conventions
.ai/DESIGN_TOKENS.md Detailed design token system reference (layers, pipeline, naming, dark mode, etc.)
.ai/COMPONENTS.md Component catalog and SCSS/JS patterns + testing/doc conventions
.ai/CODE_CONVENTIONS.md Detailed HTML/SCSS/JS conventions and linter guidance
.ai/ACCESSIBILITY.md WCAG-focused implementation and testing guidance
.ai/TROUBLESHOOTING.md Common build/lint/test failure causes and fixes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md Outdated
Comment thread AGENTS.md Outdated
Comment thread .ai/TROUBLESHOOTING.md Outdated
Comment thread .ai/TROUBLESHOOTING.md Outdated
Comment thread .ai/QUICK_LOOKUP.md Outdated
Comment thread .ai/QUICK_LOOKUP.md Outdated
Comment thread .ai/COMPONENTS.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Need Dev Review

Development

Successfully merging this pull request may close these issues.

[OUDS] Add an agents.md file to help users agents to understand our library

3 participants